Appliance Networking Interfaces Ipv6 Info
The Appliance Networking Interfaces Ipv6 Info schema provides the structure that defines an existing IPv6 configuration on a particular interface. This structure is read only.
This schema was added in vSphere API 6.7.
{
"dhcp": false,
"autoconf": false,
"addresses": [
{
"origin": "string",
"status": "string",
"address": "string",
"prefix": 0
}
],
"default_gateway": "string",
"configurable": false
}
DHCP is on.
This property was added in vSphere API 6.7.
Stateless Address Autoconfiguration (SLAAC) is on.
This property was added in vSphere API 6.7.
List of addresses with their origins and statuses.
This property was added in vSphere API 6.7.
The default gateway for static IP address assignment. This configures the global IPv6 default gateway on the appliance with the specified gateway address and interface. This gateway replaces the existing default gateway configured on the appliance. However, if the gateway address is link-local, then it is added for that interface. This does not support configuration of multiple global default gateways through different interfaces.
This property was added in vSphere API 6.7.
Is NIC configurable or not.
This property was added in vSphere API 6.7.